projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6d0ddc
)
* w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame parameter.
author
Jason Rumney
<jasonr@gnu.org>
Thu, 22 Feb 2007 23:03:56 +0000
(23:03 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Thu, 22 Feb 2007 23:03:56 +0000
(23:03 +0000)
src/w32fns.c
patch
|
blob
|
history
diff --git
a/src/w32fns.c
b/src/w32fns.c
index 2fc83ce50a3fa943d8eb2827d674141640564834..3037633c2711bc765f11c20c8ce2c5d9275268f7 100644
(file)
--- a/
src/w32fns.c
+++ b/
src/w32fns.c
@@
-3472,6
+3472,9
@@
w32_wnd_proc (hwnd, msg, wParam, lParam)
if (find_deferred_msg (hwnd, msg) != NULL)
abort ();
+ if (f)
+ f->output_data.w32->menubar_active = 1;
+
return send_deferred_msg (&msg_buf, hwnd, msg, wParam, lParam);
}